notebook: vborder/hborder deprecations are Since: 3.4, not 3.2
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 27 Sep 2011 17:45:46 +0000 (13:45 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 27 Sep 2011 17:46:01 +0000 (13:46 -0400)
gtk/gtknotebook.c

index bc01de8349e0b549ea624d4fe9dc9215f9eee9a9..02012e9dbff1712d1bbe5af8da82c12cb370fc26 100644 (file)
@@ -7403,7 +7403,7 @@ gtk_notebook_get_scrollable (GtkNotebook *notebook)
  *
  * Since: 2.22
  *
- * Deprecated: 3.2: this function returns zero
+ * Deprecated: 3.4: this function returns zero
  */
 guint16
 gtk_notebook_get_tab_hborder (GtkNotebook *notebook)
@@ -7423,7 +7423,7 @@ gtk_notebook_get_tab_hborder (GtkNotebook *notebook)
  *
  * Since: 2.22
  *
- * Deprecated: 3.2: this function returns zero
+ * Deprecated: 3.4: this function returns zero
  */
 guint16
 gtk_notebook_get_tab_vborder (GtkNotebook *notebook)